Skip to content

New version#3

Merged
WantDead merged 165 commits intomasterfrom
new-version
May 19, 2025
Merged

New version#3
WantDead merged 165 commits intomasterfrom
new-version

Conversation

@WantDead
Copy link
Owner

Pull Request

Description

Please read these instructions and remove unnecessary text.

  • Try to include a summary of the changes and which issue is fixed.
  • Also include relevant motivation and context (if applicable).
  • List any dependencies that are required for this change. (e.g., packages or other PRs)
  • Provide a link if there is an issue related to this pull request. e.g., Fixes # (issue)
  • Please add Reviewers, Assignees, Labels, Projects, and Milestones to the PR. (if applicable)

Type of change

Please put an x in the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (non-breaking change; modified files are limited to the documentations)
  • Technical debt (a code change that does not fix a bug or add a feature but makes something clearer for devs)
  • Other (provide details below)

Checklist

Please put an x in the boxes that apply:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My commit message follows the commit guidelines.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added a changelog entry.
  • I have added necessary comments/documentation to my code.
  • I have added tests to cover my changes.
  • I have tested my code locally and it works as expected.
  • All new and existing tests passed.

Screenshots

(if appropriate)

Additional context

Add any other context about the problem here.

kRHYME7 and others added 30 commits April 14, 2025 21:50
ref HyDE-Project#463
closes HyDE-Project#463

This commit should enable users to have  different preview depending on the backend.
* docs: Fix typo's in comments

* fix: Add missing space to description

* fix: update descriptions to match keybindings in .config
try to remove generated paths for now.

Co-authored-by: kRHYME7 <>
try to remove generated paths for now.

Co-authored-by: kRHYME7 <>
* feat: Added workflow modes

* removes xray and typo

* added waybar json script for workflow [wip]

* use default instead of unset

* remove typos

* added ascii art for snappy

* added waybar module backend

* Added workflows upon install

---------

Co-authored-by: kRHYME7 <>
…y" Shortcut and Add commented guides to minimize latency in kitty (HyDE-Project#490)

* Update hyde.conf

feat:  add Kitty tab bar styling and add new tab shortcut

* restore hyde.conf

* Update kitty.conf
HyDE-Project#493)

task: Move swwwallbash to color.set and refactor color propagation by writing the sed script as a struct.

- refactor
-  flexible color propagation
- Added a dynamic RGB dcol, useful for latest discord!
* refactor: font.sh from (~) to ($HOME)

* Update font.sh

---------

Co-authored-by: Khing <53417443+kRHYME7@users.noreply.github.com>
kRHYME7 and others added 29 commits May 8, 2025 15:15
`systemctl --user start hyde-ipc.service ` to enable!
* feat: add @Metalhearf to the Collaborators list (HyDE-Project#564)

* updated CONTRIBUTORS (HyDE-Project#568)

* Update CONTRIBUTORS.md

* config: add keybind for game launcher

---------

Co-authored-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com>
Co-authored-by: prime-run <prime0run@gmail.com>
Co-authored-by: Khing <53417443+kRHYME7@users.noreply.github.com>
This is an automated PR to promote changes from `dev` to `master`.
Please review and test before merging.

## For Testers
See [TESTING.md](./TESTING.md) for complete testing instructions.

## Suggested Merge Schedule
According to our release policy, this PR is expected to be merged on:
**Friday**
Testers are encouraged to test the changes before merging.
Please note that this schedule may be adjusted based on the needs of the
project.
## Commits to be merged:
---
* chore Add keybind for game launcher (HyDE-Project#597) (891b181) by ProfShiba
* feat (hyde-ipc): Our very own IPC handler! (5c4221f) by kRHYME7
* fix(zsh): Use `.user.zsh` (f1446ab) by kRHYME7
* feat(hyde-config): A Go implementation of the parse.config.py
(b6c7bb8) by kRHYME7
* chore Add missing modules to Starship config (HyDE-Project#577) (12d113b) by
prime-run
* fix: [Bug]: Defer oh-my-zsh loading may not be the best option HyDE-Project#578
(882fef0) by kRHYME7
* chore implement fzf-shell integration for `fish` (HyDE-Project#575) (e750c97) by
prime-run
* fix(fastfetch): Correct random handler (3cb0434) by kRHYME7
* chore add best fzf aliases ever (HyDE-Project#569) (503711a) by prime-run
* fix(zsh): Explicit history integration (55721cb) by kRHYME7
* fixed the link color being same as normal text (HyDE-Project#570) (ca3c158) by
amit
* fix: [Bug]: Game Launcher isn't showing anything HyDE-Project#447 (96be51a) by
kRHYME7
* chore style: discord dcol file changes (HyDE-Project#566) (63a2949) by amit
* chore refactor(zsh): cleanup zsh for incoing fzf features (abc1a7b)
by prime-run
* chore breaking(zsh): move ~/.hyde.zshrc to more consistent name
`~/.user.zsh` (bb76750) by kRHYME7
* chore Merge branch 'master' of https://github.com/hyde-project/hyde
into dev (1254f3f) by kRHYME7
* chore Merge branch 'master' into dev (73efd7c) by Khing
---

Please review the changes carefully before merging.
HyDE-Project#605)

# Pull Request

## Description

Adding _zsh_autosuggest_start to _load_post_init fixes DEFER_OMZ_LOAD
causing the first prompt not to work

## Type of change

Please put an `x` in the boxes that apply:

- [x] **Bug fix** (non-breaking change which fixes an issue)


## Checklist

Please put an `x` in the boxes that apply:

- [x] I have read the
[CONTRIBUTING](https://github.com/prasanthrangan/hyprdots/blob/main/CONTRIBUTING.md)
document.
- [x] My code follows the code style of this project.
- [x] My commit message follows the [commit
guidelines](https://github.com/prasanthrangan/hyprdots/blob/main/CONTRIBUTING.md#git-commit-messages).
- [x] I have tested my code locally and it works as expected.
…ard layout (HyDE-Project#609)

* feat: add @Metalhearf to the Collaborators list (HyDE-Project#564)

* updated CONTRIBUTORS (HyDE-Project#568)

* Update CONTRIBUTORS.md

* feat: trigger new release refresh

* refactor: use hyprlock provided `$LAYOUT` variable

As per described in hyrplock documentation, it provides `$LAYOUT`
variable
https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#variable-substitution

Using it simplifies kbd layout detection

* refactor: change keyboard layout for wallbash hyrplock theme

---------

Co-authored-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com>
Co-authored-by: prime-run <prime0run@gmail.com>
Co-authored-by: Khing <53417443+kRHYME7@users.noreply.github.com>
Co-authored-by: GitHub Actions Bot <actions@github.com>
* feat: add @Metalhearf to the Collaborators list (HyDE-Project#564)

* updated CONTRIBUTORS (HyDE-Project#568)

* Update CONTRIBUTORS.md

* feat: trigger new release refresh

* fix: change default config for `rofi.launch` according to schema

---------

Co-authored-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com>
Co-authored-by: prime-run <prime0run@gmail.com>
Co-authored-by: Khing <53417443+kRHYME7@users.noreply.github.com>
Co-authored-by: GitHub Actions Bot <actions@github.com>
* feat: add @Metalhearf to the Collaborators list (HyDE-Project#564)

* updated CONTRIBUTORS (HyDE-Project#568)

* Update CONTRIBUTORS.md

* feat: trigger new release refresh

* fixup: improve padding of `arch` glyph

---------

Co-authored-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com>
Co-authored-by: prime-run <prime0run@gmail.com>
Co-authored-by: Khing <53417443+kRHYME7@users.noreply.github.com>
Co-authored-by: GitHub Actions Bot <actions@github.com>
…monlaunch.sh` (HyDE-Project#616)

* feat: add @Metalhearf to the Collaborators list (HyDE-Project#564)

* updated CONTRIBUTORS (HyDE-Project#568)

* Update CONTRIBUTORS.md

* feat: trigger new release refresh

* fixup: improve sysmonlaunch if was closed without script

---------

Co-authored-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com>
Co-authored-by: prime-run <prime0run@gmail.com>
Co-authored-by: Khing <53417443+kRHYME7@users.noreply.github.com>
Co-authored-by: GitHub Actions Bot <actions@github.com>
HyDE-Project#613)

* feat: add @Metalhearf to the Collaborators list (HyDE-Project#564)

* updated CONTRIBUTORS (HyDE-Project#568)

* Update CONTRIBUTORS.md

* feat: trigger new release refresh

* fixup: manage `hyprsunset` through `hyprctl` to avoid color flickering

* fixup: fetch current running temp only when required

* fixup: use `--quiet` flag for hyprctl instead of `> /dev/null`

---------

Co-authored-by: Metalhearf <6446231+Metalhearf@users.noreply.github.com>
Co-authored-by: prime-run <prime0run@gmail.com>
Co-authored-by: Khing <53417443+kRHYME7@users.noreply.github.com>
Co-authored-by: GitHub Actions Bot <actions@github.com>
As per the wiki says:
> Force no cursor acceleration. This bypasses most of your pointer settings to get as raw of a signal as possible. Enabling this is not recommended due to potential cursor desynchronization.

- HyDE now will unset `force_no_accel` variable and explicitly add`accel_profile = flat`. This is pretty much the same
without the downside of `cursor desynchronization.`
- I choose flat profile by default because `adaptive` and [[empty]] options is unpredictable and might not be consistent across users.
- `flat ` profile is also good for games as you get consistent on your cursors
- This won't stop you to enabled it in your `~/.config/hypr/userprefs.conf`

This will also solve the Sensitivity issues in HyDE-Project#467

closes0 HyDE-Project#467
fix HyDE-Project#467
This is an automated PR to promote changes from `dev` to `master`.
Please review and test before merging.

## For Testers
See [TESTING.md](./TESTING.md) for complete testing instructions.

## Suggested Merge Schedule
According to our release policy, this PR is expected to be merged on:
**Friday**
Testers are encouraged to test the changes before merging.
Please note that this schedule may be adjusted based on the needs of the
project.
## Commits to be merged:
---
* chore breaking(input): Unset `# force_no_accel` (ca5f316) by kRHYME7
* fix [Bug]: Importing themes HyDE-Project#614 (188890e) by kRHYME7
* fixup: manage `hyprsunset` through `hyprctl` to avoid color flickering
(HyDE-Project#613) (547afe0) by Ilya Bogdanov
* fixup: improve launch of system monitor if it was closed without
`sysmonlaunch.sh` (HyDE-Project#616) (c319958) by Ilya Bogdanov
* fixup: improve padding of `arch` glyph (HyDE-Project#615) (cdfc615) by Ilya
Bogdanov
* chore Fixup rofi launch config (HyDE-Project#611) (16c5ff0) by Ilya Bogdanov
* chore refactor: use hyprlock provided `$LAYOUT` for detecting current
keyboard layout (HyDE-Project#609) (6acd79f) by Ilya Bogdanov
* fix(zsh): zsh-autosuggestions won't work on first prompt when deferred
(HyDE-Project#605) (843855a) by Khing
---

Please review the changes carefully before merging.
@WantDead WantDead merged commit 474a93f into master May 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.